FlowUniqueIdCreator Methods
An object defining methods for the FlowUniqueIdCreator class.
CreateUniqueId()
Creates a unique ID based on the template and stores it in the specified variable.
Returns:
Type: Task
Task without value
This is a async method. Method should be waited. Be careful if call this method without waiting.
See Also
Initialize()
Initializes the flow unique ID creator. This method is an implementation of the abstract Initialize method from the base class.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.